home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #9 / Amiga Plus CD - 2004 - No. 09.iso / amigaplus / tools / amigaos4_only / mpega_libmad / faq < prev    next >
Text File  |  2004-08-03  |  3KB  |  51 lines

  1. Q: Why is the 68k library so slow?
  2. A: Because. ;)
  3.  
  4. Q: How can I make it faster?
  5. A: Try the lowest quality-level (esp. if you use freqdiv or freqmax).
  6.  
  7. Q: Why is there no .060 version?
  8. A: Because there's really no point, nothing is gained by this.
  9.  
  10. Q: What about the emulated mulu.l calls on 060?
  11. A: You noticed that, huh? ;) Well, GCC produces divul.l calls instead if I
  12.    compile for 060, so that gets us just as far...
  13. A: It's recommended that you run CyberPatcher/OxyPatcher or similar to
  14.    avoid the impact of this.
  15.  
  16. Q: I have this mpeg-audio file and it refuses to play!
  17. A: Try the medium quality-level (turns off CRC), some files are encoded with
  18.    broken encoder that creates wrong CRCs...
  19. A: Try the lowest quality-level (ignores streamerrors), some players have a
  20.    maximum limit of errors, beware that this might cause audible artifacts!
  21. A: If none of the above works, please contact me (and arrange for
  22.    transferring a small snippet of the file).
  23.  
  24. Q: MAD's dithering sucks! How do I turn it off?
  25. A: Really? Well, try the medium quality-level...
  26.  
  27. Q: I encoded this mp3 using LAME, and when I play it back the volume is
  28.    higher/lower than the original, what's going on?!
  29. A: This is normal, this is because LAME analyzed the peak amplitude and
  30.    saved a ReplayGain value in the LAMEtag which is used to normalize the
  31.    volume to avoid clipping and distortion during playback.
  32.  
  33. Q: The volume is too high/low, it's fine in other players that doesn't use
  34.    mpega.library, and it used to be fine before, what's wrong?
  35. A: This is not necessarily an error, see above. If you think it is, see below.
  36. A: Well, I recently added ReplayGain support, it's possible that the info in
  37.    the LAMEtag is wrong, try the medium quality-level to disable ReplayGain.
  38.  
  39. Q: There's this mpeg-audio file which produces really crap distortions in
  40.    certain parts of the audio, what do I do?
  41. A: Well, this could be a crap encoding, but it could also be that the audio
  42.    doesn't quite fit in the output-range, try using the scale option, and
  43.    lower it to about 80% (or maybe even lower)...
  44.  
  45. Q: Argh @#&%$! MakeCD pops up this requester saying there was an error in the
  46.    middle of making an audio CD from my MP3s, what's going on?
  47. A: Alot of MP3s have errors in them, either caused by buggy encoders or by
  48.    broken transfers, VIA/Articia bugs/features or whatever. ;)
  49.    To avoid getting these requesters you need to configure MakeCD to ignore
  50.    all such errors, like so; Settings->Further Settings->IO Error: Ignore.
  51.